      ProcessData    C:\Users\KatachiHome\AppData\Roaming\MAXON\CINEMA 4D R13_05DFD2A0\plugins\DPIT Plants & Effex 2.0\res\help\EN\Effex\fx_api_classes_global_processdata.html   h                                 default.tif                  Object Header    <br><img src="../../img/api/processdata.jpg" border="0"">
<hr line>
This struct contains framework threading information.<br>
Usually Effex fills these for you to read out during evaluation of custom plugin nodes.
<br></br>           [code]BaseThread* bt     /The currently used BaseThread. Can be nullptr.                   [code]bool islast_thread     true if this is the last thread. Imagine 8 cpu threads running while the 8th thread would be the last one.<br>It is NOT the last one being executed though!                   [code]int thread_index     The current thread index.                   [code]void* cast_data     $Custom thread data. Can be nullptr.                   [code]unsigned int mode     tA custom mode variable. Usually this is used to let you identify if this thread is operating on grids or particles.                                        